home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / START.dxr / 00085.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  133 b   |  8 lines

  1. on keyDown
  2.   if (the key = "E") and the commandDown then
  3.     puppetSprite(5, 0)
  4.     puppetSprite(7, 0)
  5.     go("ExCont")
  6.   end if
  7. end
  8.